home *** CD-ROM | disk | FTP | other *** search
/ InterCD 2002 January / january_2002.iso / Piposh Special / Piposh / COMEIN.DXR / 00080.ls < prev    next >
Encoding:
Text File  |  2004-12-06  |  378 b   |  16 lines

  1. on exitFrame
  2.   global plant, plantcounter, starter, effectspath
  3.   sound playFile 1, effectspath & "night.aif"
  4.   plant = 0
  5.   plantcounter = 14
  6.   puppetSprite(27, 1)
  7.   puppetSprite(28, 1)
  8.   puppetSprite(29, 1)
  9.   set the cursor of sprite 36 to [1, 1]
  10.   sprite(5).visible = 1
  11.   set the keyUpScript to "fritzkeys"
  12.   repeat with i = 6 to 30
  13.     sprite(i).visible = 0
  14.   end repeat
  15. end
  16.